.carruselsize{
    width: 60%;
    box-shadow: 0px 0px 37px 0px #0000008a;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
}
.carousel-item>img{
    width: 100%;
    height: 50rem !important;
}
@media (max-width: 992px) {
    .carruselsize{
        width: 100%;
        box-shadow: 0px 0px 37px 0px #0000008a;
        border-width: 2px;
        border-radius: 5px;
        border-style: solid;
    }

    .carousel-item>img{
        width: 100%;
        height: 38rem !important;
    }
}

.txtilte{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}